home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / comm2 / kms20src.lha / KMSAUX / aux-debug.h next >
C/C++ Source or Header  |  1994-04-24  |  135b  |  12 lines

  1.  
  2. #define AUXDEBUGPORT "Aux_Debug_Port"
  3.  
  4. struct DebugMsg
  5.   {
  6.   struct Message ipc_msg;
  7.   STRPTR msg;
  8.   LONG a, b, c;
  9.   BOOL flag;
  10.   };
  11.  
  12.